Bug 409101 – invalid read to gtkicontheme.c insert_theme(), might cause
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 26 Feb 2007 14:09:21 +0000 (14:09 +0000)
committerChris Wilson <cpwilson@src.gnome.org>
Mon, 26 Feb 2007 14:09:21 +0000 (14:09 +0000)
commite2a74a9bd989370938a15d078d537316b1d8de5d
tree225dd21eb4a54b24cc5d0ce26dc6e8de9065a2af
parentcf9ae5498092db961e4d252ec7517a17f3fae74c
Bug 409101 – invalid read to gtkicontheme.c insert_theme(), might cause

2007-02-26  Chris Wilson  <chris@chris-wilson.co.uk>

Bug 409101 – invalid read to gtkicontheme.c insert_theme(), might cause gnome-panel crash

* gtk/gtkicontheme.c: (scan_directory):
Reorder the replacement of the shared base_name key, so that we
avoid dereferencing the string in the icon_theme->all_icon
hash table after freeing it from the dir->icons hash table.

svn path=/trunk/; revision=17353
ChangeLog
gtk/gtkicontheme.c